finite state machine - translation to English
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

finite state machine - translation to English

MATHEMATICAL MODEL OF COMPUTATION; ABSTRACT MACHINE THAT CAN BE IN EXACTLY ONE OF A FINITE NUMBER OF STATES AT ANY GIVEN TIME
Finite state machines; Finite state automaton; Finite automaton; Finite state automata; Start state; Finite automata; Deterministic automata; State machine; SFSM; Finite State Machine; Finate state automata; Accept state; Accepting state; State Machine; State machines; Recognizer; Recognizers; Sequence detector; Sequence detectors; Finite state acceptor; Finite State Automaton; State transition function; Finite State Machines; Finite-state automata; Finite-state automaton; Finite state machine; Finite state grammar; Finite-state machines; Finite state-machine; Finite state language; Finite state; Finite Automata; Finite state recognizer; Finite-state recognizer; State-machine; Acceptor (finite-state machine); Optimization of finite state machines; Recogniser
  • TTL]] counter, a type of state machine
  • Fig. 5: Representation of an acceptor; this example shows one that determines whether a binary number has an even number of 0s, where ''S''<sub>1</sub> is an ''accepting state'' and ''S''<sub>2</sub> is a ''non accepting state''.
  • Fig. 3 Example of a simple finite-state machine
  • Fig. 6 Transducer FSM: Moore model example
  • Fig. 7 Transducer FSM: Mealy model example
  • Fig. 4: Acceptor FSM: parsing the string "nice".
  • Fig. 2 SDL state machine example
  • A turnstile
  • State diagram for a turnstile
  • Fig. 1 UML state chart example (a toaster oven)

finite state machine         

общая лексика

конечный автомат, КА

вычислительная модель, описывающая автомат с конечным числом состояний. Одно из них называется "начальным состоянием". Автомат переходит из одного состояния в другое под влиянием "управления", зависящего от внешних воздействий: получаемых сигналов или данных. Назначением каждого состояния является запоминание определённого момента истории системы. По типу управления КА делятся на детерминированные (находящиеся в каждый момент времени только в одном состоянии) и недетерминированные (могут одновременно находиться в нескольких состояниях). КА широко применяются в программировании, например в лексических анализаторах компиляторов

синоним

finite-state machine; FSM

Смотрите также

cumulative throughflow; fractional throughflow

finite-state machine         

математика

машина с конечным числом состояний

Смотрите также

finite state machine

accepting state         

математика

поглощающее состояние

Definition

Джорджия
I Джо́рджия (Georgia)

пролив между островом Ванкувер и юго-западным побережьем Канады. Длина около 240 км, ширина 25-30 км. Глубины до 400 м. Много островов. На канадском берегу - г. Ванкувер.

II Джо́рджия (Georgia)

штат на Ю.-В. США. Площадь 152,5 тыс. км2. Население 4590 тыс. чел. (1970), свыше 1/4 - негры. Городское население 60,3\% (1970). Административный центр и крупнейший город - Атланта. Большая часть территории Д. занята низменной приморской равниной, пересечённой судоходными рр. Саванна, Олтамахо, Флинт. На С. и С.-З. - отроги и предгорья Аппалачских гор, прорезаемые р. Чаттахучи. Климат субтропический, влажный; осадков 1300-1600 мм в год. В горах сохранились леса (главным образом вторичные), состоящие в основном из дуба, сосны и бука.

Д. - индустриально-аграрный штат. В обрабатывающей промышленности занято 477 тыс. чел. (1969). Установленная мощность электростанций 5 млн. квт (1968), 1/5 её приходится на ГЭС. Значительное развитие в Д. получила текстильная, целлюлозно-бумажная и пищевая промышленность (гг. Огаста, Колумбус, Саванна и др.). Имеются крупные авиационные (фирма Локхид) и автосборочные предприятия, производство металлоконструкций, химическая промышленность - в Атланте. Свыше 1/2 стоимости товарной продукции сельского хозяйства даёт животноводство, большую роль играет птицеводство (главным образом выращивание цыплят-бройлеров). В 1970 насчитывалось (в тыс. голов) крупного рогатого скота 1889, свиней 1780. Главные культуры (по стоимости продукции): арахис, кукуруза, табак, хлопчатник. Садоводство и овощеводство. Протяжённость ж. д. 8,7 тыс. км (1968); крупный транспортный узел - Атланта. Главный морской порт - Саванна; вывоз лесоматериалов и сельскохозяйственной продукции, ввоз нефти.

М. Е. Половицкая.

Д. - один из первых 13 штатов США. До Войны за независимость в Северной Америке 1775-83 - английская колония (первые поселенцы из Англии прибыли на территорию Д. в 1733). В 1776 Д. вместе с 12 другими английскими колониями провозгласила независимость и участвовала в образовании США. Во время Гражданской войны в США 1861-65 рабовладельцы Д. принимали активное участие в мятеже Южных штатов. В Д. сохраняется расовая дискриминация; действуют организации ку-клукс-клана.

Джорджия.

Wikipedia

Finite-state machine

A finite-state machine (FSM) or finite-state automaton (FSA, plural: automata), finite automaton, or simply a state machine, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition. An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition. Finite-state machines are of two types—deterministic finite-state machines and non-deterministic finite-state machines. A deterministic finite-state machine can be constructed equivalent to any non-deterministic one.

The behavior of state machines can be observed in many devices in modern society that perform a predetermined sequence of actions depending on a sequence of events with which they are presented. Simple examples are: vending machines, which dispense products when the proper combination of coins is deposited; elevators, whose sequence of stops is determined by the floors requested by riders; traffic lights, which change sequence when cars are waiting; combination locks, which require the input of a sequence of numbers in the proper order.

The finite-state machine has less computational power than some other models of computation such as the Turing machine. The computational power distinction means there are computational tasks that a Turing machine can do but an FSM cannot. This is because an FSM's memory is limited by the number of states it has. A finite-state machine has the same computational power as a Turing machine that is restricted such that its head may only perform "read" operations, and always has to move from left to right. FSMs are studied in the more general field of automata theory.

What is the Russian for finite state machine? Translation of &#39finite state machine&#39 to Russian